.clearfix:after{
    display: block;
    content: '';
    clear: both;
}
button::-moz-focus-inner,

input[type="reset"]::-moz-focus-inner,

input[type="button"]::-moz-focus-inner,

input[type="submit"]::-moz-focus-inner,

input[type="file"]>input[type="button"]::-moz-focus-inner{ border:none; padding:0;}
input[type="button"], input[type="submit"], input[type="reset"], input[type="text"] {
    -webkit-appearance: none;
}
textarea {
    -webkit-appearance: none;
}
*{
    box-sizing: border-box;
}
a{

}

@font-face {
    font-family: 'ziti';
    src: url("../img/impact.ttf");
}

.padding{
    padding:65px 0;
}
.transi{
    -webkit-transition: all 0.5s;
    -moz-transition: all 0.5s;
    -ms-transition: all 0.5s;
    -o-transition: all 0.5s;
    transition: all 0.5s;
}
.img_jz{
    position: absolute;
    max-width: 100%;
    max-height: 100%;
    top:0;
    bottom:0;
    left:0;
    right:0;
    margin:auto;
}
.img_cover{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.img_container{
    width: 100%;
    height: 100%;
    object-fit: contain;
}
.textover{
    -ms-text-overflow: ellipsis;
    text-overflow: ellipsis;
    white-space: nowrap;
    overflow: hidden;
}
.left{
    float: left;
}
.right{
    float: right;
}
.sbanner{
    width: 100%;
    height: 350px;
    background: url('../img/s-banner.jpg') no-repeat center;
}
.sbanner h3{
    color: #fff;
    font-size: 36px;
    font-weight: bold;
    padding-top: 125px;
}
.sbanner p{
    color: #fff;
    font-size: 22px;
    text-transform: uppercase;
    font-weight: bold;
}
.allcrumbs{
    line-height: 60px;
    background: #f6f6f6;
}
.allcrumbs .warpper{
    line-height: 60px;
    font-size:14px;
    color:#333333;
    padding-left:40px;
    background: url("../img/home-icon.png") no-repeat left center;
}
.allcrumbs .warpper a{
    color:#333333;
    display: inline-block;
    line-height: 60px;
    font-size: 14px;
}
.allcrumbs span{
    font-size:14px;
    font-weight: 400;
    display: inline-block;
    line-height: 60px;
}
/*头部*/
.top{
    width: 100%;
    position: relative;
    height: 100px;
}
.logo{
    float: left;
    padding-top: 25px;
}
.t-tel{
    float: right;
    margin-top: 25px;
    background: url("../img/t-tel.png") no-repeat center left;
    padding-left: 60px;
}
.t-tel h3{
    color: #233a88;
    font-size: 20px;
    font-weight: bold;
}
.t-tel p{
    color: #233a88;
    font-size: 24px;
    font-weight: bold;
    margin-top: -8px;
}
.nav{
    width: 100%;
    height: 62px;
    line-height: 62px;
    background: #233a88;
}
.nav ul li{
    width: 170px;
    float:left;
    line-height: 62px;
    text-align: center;
}
.nav ul li a{
    color: #fff;
    font-size: 18px;
    font-weight: bold;
    display: block;
}
.nav ul li:hover{
    background: url("../img/nav-li.png") no-repeat center center;
    background-size: 100% 100%;
}
.nav ul li a.active{
    background: url("../img/nav-li.png") no-repeat center center;
    background-size: 100% 100%;
}
.banner {
    position: relative;
    height: 700px;
}
.banner .bannerSwiper {
    height: 700px;
    position: relative;
}
.banner .swiper-slide {
    position: relative;
    height: 700px!important;
    width: 100%;
}
.banner .swiper-slide a{
    display:block;
    width:100%;
    height: 100%;
}
.banner .ban-dian {
    position: absolute;
    font-size:0;
    left: 0;
    text-align: center;
    bottom: 50px;
    width: 100%;
    z-index: 9;
}
.banner .ban-dian .swiper-pagination-bullet {
    display: inline-block;
    width: 80px;
    height: 6px;
    background: #fff;
    opacity: 1;
    margin: 0 5px;
    cursor: pointer;
    border-radius: 0!important;

}
.banner .ban-dian .swiper-pagination-bullet-active {
    background: #f39801;
    opacity: 1;
}
/*首页*/
.index1{
    width: 100%;
    position: relative;
    padding: 70px 0;
    background: url("../img/index1.png") no-repeat center center;
}
.index1-left{
    width: 690px;
    float: left;
}
.index1-left .index1-title h3{
    color: #233a88;
    font-size: 40px;
    font-family: ziti;
}
.index1-left .index1-title h3 span{
    color: #f08801;
    font-family: ziti;
}
.index1-title p{
    color: #282828;
    font-size: 32px;
    font-weight: bold;
}
.index1-title p:after{
    display: block;
    content: '';
    width:156px;
    height: 3px;
    margin-top: 20px;
    background: url("../img/index1-line.png") no-repeat center center;
}
.index1-tit{
    padding-top: 25px;
}
.index1-tit p{
    color: #646466;
    font-size: 15px;
    line-height: 30px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 7;
    overflow: hidden;
}
.index1-tit a{
    display: block;
    width: 158px;
    height: 42px;
    background: #f08801;
    text-align: center;
    line-height:42px;
    color: #fff;
    margin-top: 60px;
}
.index1-tit a:hover{
    background: #233a88;
}
/**/
.index2{
    width: 100%;
    position: relative;
    padding: 100px 0;
}
.index-title{
    text-align: center;
}
.index-title h3{
    color: #282828;
    font-size: 40px;
    font-weight: bold;
}
.index-title span{
    color: #233a88;
    font-size: 40px;
}
.index-title p{
    color: #676566;
    font-size: 18px;
    padding-top: 20px;
}
.index-title p:after{
    display: block;
    content: '';
    width: 35px;
    height: 4px;
    background: #f08801;
    margin: 23px auto;
}
.pro-type{
    width: 100%;
    position: relative;
    height: 80px;
    background: url("../img/pro-type.png") no-repeat center top;
}
.pro-type ul{
    text-align: center;
}
.pro-type ul li{
    display: inline-block;
    margin-right:57px;
    line-height: 75px;
    text-align: center;
}
.pro-type ul li:last-child{
    padding-right: 0;
}
.pro-type ul li a{
    color: #686867;
    font-size: 16px;
    display: block;
}
.pro-type ul li.on a{
    color: #233a88;
    font-size: 16px;
    font-weight: bold;
    position: relative;
}
.pro-type ul li.on a:after{
    display: block;
    content: '';
    width:10px;
    height: 7px;
    background: url("../img/jia.png") no-repeat center center;
    position: absolute;
    left: 50%;
    bottom: 12px;
    transform: translateX(-50%);
}
.pro-list ul li{
    width: 385px;
    border: 2px solid #f1f1f3;
    float: left;
    margin-right: 22px;
    position: relative;
    height: 350px;
    transition: all 0.5s;
    overflow: hidden;
}
.pro-list ul li:nth-child(3n){
    margin-right: 0;
}
.pro-list ul li a{
    display: block;
    width: 100%;
}
.pro-img{
    width: 100%;
    height: 290px;
    overflow: hidden;
}
.pro-tit{
    line-height: 60px;
    background: #f1f1f3;
    color: #282828;
    font-size: 18px;
    text-align: center;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.pro-list ul li:hover{
    border: 2px solid #233a88;
    margin-top: -15px;
    box-shadow: 0 0 10px #233a88;
    transition: all 0.5s;
}

.pro-list ul li:hover .pro-tit{
    background: #233a88;
    color: #fff;
}
.p-more{
    width: 158px;
    height: 42px;
    margin: 40px auto 0;
}
.p-more a{
    display: block;
    width: 100%;
    height: 100%;
    background: #f08801;
    color: #fff;
    text-align: center;
    line-height: 42px;
}
.p-more a:hover{
    background: #233a88;
}
/**/
.index3{
    width: 100%;
    position: relative;
    padding: 67px 0;
    background: url("../img/adv.jpg") no-repeat center top;
    height: 780px;
}
.index3-title{
    background:url("../img/adv-bg.png") no-repeat center center;
    width:650px;
    height: 650px;
    position: absolute;
    left: 50%;
    top: 50%;
    transform: translate(-50%,-50%);
    z-index: 100;
}
.index3-title h3{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    padding-top: 175px;
    text-align: center;
}
.index3-title h3:after{
    display: block;
    content: '';
    width: 42px;
    height: 6px;
    background: #f08801;
    margin:30px auto 40px;
}
.index3-title p{
    width: 370px;
    margin: 0 auto;
    text-align: center;
    color: #fff;
    font-size: 18px;
    line-height: 36px;
}
.index3 ul li{
    width: 50%;
}
.index3 ul li:nth-child(odd){
    float: left;
}
.index3 ul li:nth-child(even){
    float: right;
    text-align: right;
}
.index3 ul li:nth-child(1) h3{
    margin-left: 54px;
    margin-top: 217px;
}
.index3 ul li:nth-child(2) h3{
    margin-right:54px;
    margin-top: 217px;
}
.index3 ul li:nth-child(3)  h3{
    margin-left: 58px;
    margin-top: 138px;
}
.index3 ul li:nth-child(4) h3{
    margin-right: 58px;
    margin-top: 134px;
}
.index3 ul li h3{
    color: #fff;
    font-size: 18px;
    position: relative;
}
.index3 ul li:nth-child(odd) h3{
    padding-left: 10px;
}
.index3 ul li:nth-child(even) h3{
    padding-right: 10px;
}
.index3 ul li:nth-child(odd) h3:before{
    display: block;
    content: '';
    width: 17px;
    height: 17px;
    background: url("../img/yuan.png") no-repeat center center;
    position: absolute;
    left: -20px;
    top: 5px;
}
.index3 ul li:nth-child(even) h3:before{
    display: block;
    content: '';
    width: 17px;
    height: 17px;
    background: url("../img/yuan.png") no-repeat center center;
    position: absolute;
    right: -20px;
    top: 5px;
}
.index3 ul li span{
    padding-top: 10px;
}
.index3 ul li:nth-child(odd) span{
    color: #fff;
    font-size: 16px;
    display: block;
    margin-left: 65px;
}
.index3 ul li:nth-child(even) span{
    color: #fff;
    font-size: 16px;
    display: block;
    margin-right: 65px;
}
.index3 ul li:nth-child(1){
    background: url("../img/a1.png") no-repeat left 70px top 150px;
}
.index3 ul li:nth-child(2){
    background: url("../img/a3.png") no-repeat right 70px top 150px;
}
.index3 ul li:nth-child(3){
    background: url("../img/a2.png") no-repeat left 70px top 75px;
}
.index3 ul li:nth-child(4){
    background: url("../img/a4.png") no-repeat right 70px top 65px;
}
.index3 ul li:hover h3:before{
    background: url("../img/yuan-h.png") no-repeat center center;
}
.index3 ul li:nth-child(1):hover{
    background: url("../img/a11.png") no-repeat left 70px top 150px;
}
.index3 ul li:nth-child(2):hover{
    background: url("../img/a33.png") no-repeat right 70px top 150px;
}
.index3 ul li:nth-child(3):hover{
    background: url("../img/a22.png") no-repeat left 70px top 75px;
}
.index3 ul li:nth-child(4):hover{
    background: url("../img/a44.png") no-repeat right 70px top 65px;
}
/**/
.index4{
    width: 100%;
    position: relative;
    padding:90px 0;
}
.index4-left{
    float: left;
    width: 550px;
    position: relative;
}
.index4-left:before{
    display: block;
    content: '';
    width: 258px;
    height: 260px;
    position: absolute;
    left: -120px;
    top: -120px;
    background: url("../img/n2.png") no-repeat center center;
}
.index4-title{
    width: 100%;
    height: 289px;
    background: url("../img/n1.jpg") no-repeat center center;
}
.index4-title h3{
    color: #fff;
    font-size: 40px;
    font-weight: bold;
    text-align: left;
    padding-top: 85px;
    padding-left: 115px;
}
.index4-title p{
    color: #fff;
    font-size: 40px;
    font-family: ziti;
    text-align: left;
    text-transform: uppercase;
    padding-left: 115px;
}
.n1{
    background: #f7f7f7;
    padding: 35px;
}
.n1 a{
    display: block;
}
.n1 h3{
    color: #484848;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.n1 p{
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    margin-top: 18px;
    height: 75px;
    border-bottom: 1px solid #e4e4e4;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 3;
    overflow: hidden;
}
.n1-time{
    padding-top: 32px;
}
.n1-time span{
    color: #868686;
    font-size: 13px;
    background: url("../img/time.png") no-repeat center left;
    padding-left: 30px;
    float: left;
    display: block;
    width: 105px;
    line-height: 30px;
}
.n1-time small{
    float: right;
    color: #868686;
    font-size: 13px;
    display: block;
    width: 90px;
    height: 30px;
    text-align: center;
    line-height: 30px;
}
.n1:hover .n1-time small{
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #f08801;
    font-weight: bold;
}
.n1:hover h3{
    color:#233a88;
}
.index4-right{
    width: 600px;
    float: right;
}
.index4-right ul li{
    height: 165px;
    margin-bottom: 25px;
    border-bottom: 1px solid #e4e4e4;
}
.index4-right ul li h3{
    color: #484848;
    font-size: 18px;
    font-weight: bold;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index4-right ul li p{
    color: #969696;
    font-size: 14px;
    line-height: 24px;
    margin: 18px 0 24px 0;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.index4-right ul li .n1-time{
    padding-top: 0;
}
.index4-right ul li:hover h3,.index4-right ul li:hover p{
    color: #233a88;
}
.index4-right ul li:hover .n1-time small{
    width: 90px;
    height: 30px;
    line-height: 30px;
    color: #fff;
    background: #f08801;
    font-weight: bold;
}
/*底部*/
.dibu{
    width: 100%;
    position: relative;
    background: url("../img/foot.jpg") no-repeat center top;
}
.dibu-center{
    width: 100%;
    margin: 0 auto;
    height: 530px;
    padding-top: 15px;
}
.dibu-left{
    width: 555px;
    height: 510px;
    float: left;
    background: url("../img/ditu.png") no-repeat center center;
    padding-left: 45px;
}
.f-logo{
    margin-top: 50px;
}
.dibu-left ul{
    margin-top: 45px;
}
.dibu-left ul li{
    margin-bottom: 25px;
    width: 100%;
}
.f1-img{
    width: 54px;
    height: 54px;
    border-radius: 15px;
    border: 2px solid #233a88;
    float: left;
    text-align: center;
    line-height: 54px;
}
.f1-img img{
    display: inline-block;
    max-width: 100%;
    max-height: 100%;
    vertical-align: middle;
}
.f1-tit{
    margin-left: 22px;
    float: left;
}
.f1-tit p{
    color: #233a88;
    font-size: 20px;
    font-weight: bold;
}
.f1-tit span{
    color: #6a6a6a;
    font-size: 18px;
}
.dibu-right{
    width: 505px;
    float: right;
    margin-right: 48px;
}
.f1-mes-title{
    margin-top: 28px;
}
.f1-mes-title p{
    color: #f7f7f7;
    font-size: 40px;
    font-family: ziti;
    text-transform: uppercase;
}
.f1-mes-title h3{
    color: #233a88;
    font-weight: bold;
    font-size: 24px;
    margin-top: -40px;
}
.f1-mes{
    margin-top: 32px;
}
.f1-mes input{
    width: 239px;
    height: 42px;
    line-height: 42px;
    background: #eeeeee;
    text-indent: 16px;
    color: #333;
    font-size: 14px;
    margin-bottom: 18px;
}
.f1-mes input::-webkit-input-placeholder{
    color: #a6a6a6;
}
.f1-mes textarea{
    width: 499px;
    height: 166px;
    background: #eeeeee;
    text-indent: 16px;
    color: #333;
    font-size: 14px;
    line-height: 42px;
}
.f1-mes textarea::-webkit-input-placeholder{
    color: #a6a6a6;
}
.f1-mes .verify{
    width: 239px;
    height: 42px;
    float: right;
}
.f1-mes .verify img{
    display: block;
    width: 100%;
    height: 100%;
}
.f1-mes .code{
    margin-top: 16px;
}
.mes-bo{
    margin-top: 10px;
}
.mes-bo a{
    display: block;
    width: 115px;
    height: 42px;
    background: #233a88;
    border: 1px solid #233a88;
    line-height: 42px;
    text-align: center;
    color: #fff;
    font-size: 14px;
    float: left;
    margin-right: 12px;
}
.mes-bo input{
    display: block;
    width: 115px;
    height: 42px;
    border: 1px solid #233a88;
    line-height: 42px;
    text-align: center;
    color: #233a88;
    font-size: 14px;
    text-indent: 0;
    background: #fff;
}
.mes-bo input:hover{
    background: #233a88;
    color: #fff;
    cursor: pointer;
}
.f-link{
    margin: 40px 0;
}
.f-link p{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
    background: url("../img/f-link.png") no-repeat top left;
}
.f-link a{
    color: rgba(255,255,255,0.5);
    font-size: 14px;
}
.f-link a:hover{
    color: #fff;
}
.fot_botbg{
    border-top: 1px solid #384c92;
    margin-top: 30px;
}
.fot_bot{
    line-height: 58px;
}
.fot_bot p{
    float:left;
    font-size: 14px;
    color: #ffffff;
    font-weight: lighter;
}
.fot_bot a{
    float:right;
    font-size: 14px;
    color: #ffffff;
    font-weight: lighter;
    -webkit-transition: 350ms 0s all ease;
    -moz-transition: 350ms 0s all ease;
    -ms-transition: 350ms 0s all ease;
    -o-transition: 350ms 0s all ease;
    transition: 350ms 0s all ease;
}
.fot_bot a:hover{
    text-decoration: underline;
}
/*内页*/
.nei-info{
    width: 100%;
    position: relative;
    padding: 75px 0;
}
.nei-title h3{
    color: #282828;
    font-size: 32px;
    font-weight: bold;
    padding-bottom:40px;
    text-align: center;
}
.nei-info .con p{
    font-size:18px;
    line-height: 40px;
    color: #646464;
}
.nei-info .con img{
    display: block;
    margin: 0 auto;
    text-align: center;
}






.indexpro_left{
    float:left;
    width: 331px;
    overflow: hidden;
}
.index_pro_top{
    width: 100%;
    height: 84px;
    background: #233a88;
}
.index_pro_top h5{
    color: #495997;
    font-weight: 700;
    font-size: 48px;
    font-family: ziti;
    text-align: center;
    text-transform: uppercase;
}
.index_pro_top small{
    font-size: 30px;
    color: #ffffff;
    display: block;
    margin-top: -45px;
    text-align: center;
    font-weight: bold;
}
.index_pro_mid{
    border-left: 2px solid #efefef;
    border-right: 2px solid #efefef;
    border-bottom: 2px solid #efefef;
    padding: 30px 0;
    background: #fff;
}
.index_pro_mid ul{
    width: 100%;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    box-sizing: border-box;
}
.index_pro_mid ul li:first-child a{
    border-top:1px solid #efefef;
}
.index_pro_mid ul li a{
    display: block;
    font-size: 16px;
    color: #373737;
    line-height: 58px;
    margin:0 0 0 20px;
    border-bottom:1px solid #efefef;
    background: url("../img/list.png") no-repeat center left 26px;
    text-indent: 60px;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.index_pro_mid ul li a:hover ,.index_pro_mid ul li a.active{
    background: url("../img/s-li.png") no-repeat center left;
    color: #233a88;
    width: 311px;
}

.sider-lianxi{
    width: 331px;
    height: 123px;
    margin-top: 20px;
    background: #f39308 url("../img/s-tel.png") no-repeat top 20px left 30px;
    padding-left: 90px;
}
.sider-lianxi p{
    color: #fff;
    font-size: 18px;
    padding-top: 20px;
    margin-top: -5px;
}
.sider-lianxi strong{
    display: block;
    font-size: 24px;
    margin-top: -8px;
    color: #fff;
}
.in_product{
}
.pro-right{
    width: 830px;
    float: right;
}
.in_pro_list{
    float: left;
    width: 270px;
    margin-right: 10px;
    margin-bottom: 10px;
    border: 2px solid #efefef;
}
.in_pro_list:nth-child(3n){
    margin-right: 0;
}
.allpro .imgbox{
    width: 100%;
    height: 215px;
    overflow: hidden;
}
.allpro:hover .imgbox img{
    -webkit-transform: scale(1.03) translate3d(0,0,0);
    -moz-transform: scale(1.03) translate3d(0,0,0);
    -ms-transform: scale(1.03) translate3d(0,0,0);
    -o-transform: scale(1.03) translate3d(0,0,0);
    transform: scale(1.03) translate3d(0,0,0);
}
.allpro .title{
    width: 100%;
    height: 50px;
    background: #fff;
    padding:0 14px;
}
.allpro:hover .title{
    background: #233a88;
}
.allpro .title .fir{
    float: left;
    width: 195px;
    line-height: 50px;
    padding-right: 10px;
    font-size:16px;
    color:#383838;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.allpro:hover .title .fir{
    color:#fff;
}
.allpro .title .sec{
    float: right;
    width: 28px;
    height: 50px;
    background: url("../img/pro-icon.png") no-repeat center;
}
.allpro:hover .title .sec{
    background: url("../img/pro-icon1.png") no-repeat center;
}
.alltitle{
    text-align:center;
    margin-bottom: 25px;
    position: relative;
    z-index: 2;
}
.alltitle .fir{
    line-height: 35px;
    text-align: center;
    display: flex;
    justify-content: center;
    align-items: center;
}
.alltitle .fir span{
    display: inline-block;
    font-size:32px;
    font-weight: 700;
    color:#373737;
}
.alltitle .fir img{
    display: inline-block;
    vertical-align: middle;
    margin:0 8px;
}
.alltitle .fir em{
    display: inline-block;
    font-size:32px;
    color:#233a88;
    font-family: ziti;
}
.alltitle .sec{
    text-align:center;
    font-size:14px;
    color:#757575;
    margin:10px 0;
}
.alltitle .thr{
    margin:0 auto;
    display: block;
}
.in_company .c-left{
    float: left;
    width: 290px;
    height: 435px;
    background: url("../img/company-1.png") no-repeat left top;
}
.in_company .c-left1{
    float: left;
    width: 110px;
    margin-top: 50px;
    margin-left: 25px;
}
.in_company .c-left1 .title{
    text-align:center;
    font-size:27px;
    color:#464646;
    font-family: ziti2;
}
.in_company .c-left1 .con{
    text-align:center;
}
.in_company .c-left1 .con span{
    display: inline-block;
    width: 36px;
    font-family: ziti;
    font-size:36px;
    color:#464646;
}
.in_company .c-left2{
    float: right;
    margin-top: 20px;
}
.in_company .c-left2 span{
    display: inline-block;
    width: 20px;
    font-size: 16px;
    color: #464646;
    text-align: right;
    vertical-align: top;
    line-height: 18px;
}
.in_company .c-right{
    float: right;
    width: 852px;
    height: 398px;
    position: relative;
    margin-top: 19px;
}
.in_company .c-right a{
    display: block;
    position: absolute;
    width: 54px;
    height: 140px;
    background: #233a88;
    font-size:16px;
    color:#fff;
    text-align:center;
    padding-top: 23px;
    left:55px;
    top:-20px;
}
.in_company .c-right a:hover{
    box-shadow: 0px 0px 10px rgba(0,0,0,0.5);
}


.in_guang{
    padding:91px 0 75px 0;
    background: url("../img/guangbg.jpg") no-repeat center;
    height: 315px;
}
.in_guang .fir{
    font-size:32px;
    font-family: ziti;
    color:#fff;
}
.in_guang .sec{
    font-size: 18px;
    color: #fff;
    letter-spacing: 2px;
    margin: 9px 0 22px 0;
}
.in_guang .thr{
    padding-left:50px;
    line-height: 30px;
    background: url("../img/guang-tel.png") no-repeat left center;
    color:#fff;
    font-size:16px;
}
.in_guang .thr span{
    display: inline-block;
    line-height: 30px;
    font-size:28px;
    font-weight: 700;
}
.in_youshi{
    position: relative;
    background: #f4f4f4;
    overflow: hidden;
}
.in_youshi img.y1 ,.in_youshi img.y2{
    position: absolute;
    z-index: 1;
}
.in_youshi img.y1{
    left: -372px;
    top: -26px;
}
.in_youshi img.y2{
    bottom: -19px;
    right: -103px;
}
.in_youshi_item{
    position: relative;
    z-index: 2;
}
.in_youshi_list{
    position: relative;
    height: 300px;
    margin-bottom: 24px;
}
.in_youshi_list .imgbox{
    position: absolute;
    height: 100%;
    width: 54%;
    overflow: hidden;
}
.in_youshi_list:hover .imgbox img{
    -webkit-transform: scale(1.05) translate3d(0,0,0);
    -moz-transform: scale(1.05) translate3d(0,0,0);
    -ms-transform: scale(1.05) translate3d(0,0,0);
    -o-transform: scale(1.05) translate3d(0,0,0);
    transform: scale(1.05) translate3d(0,0,0);
}
.in_youshi_list .text{
    position: absolute;
    height: 100%;
    width: 46%;
    background: #fff;
    display: flex;
    align-items: center;
}
.in_youshi_list .text-inner{
    padding:0 60px 0 50px;
}
.in_youshi_list .text-inner .fir{
    font-size:24px;
    color:#498e17;
    font-family: ziti;
}
.in_youshi_list .text-inner .sec{
    font-size:16px;
    color:#757575;
    line-height: 28px;
    margin-top: 20px;
}
.in_youshi_list:nth-child(odd) .imgbox{
    left:0;
    top:0;
}
.in_youshi_list:nth-child(even) .imgbox{
    right:0;
    top:0;
}
.in_youshi_list:nth-child(odd) .text{
    right:0;
    top:0;
}
.in_youshi_list:nth-child(even) .text{
    left:0;
    top:0;
}

.in_youshi_list .text .tbox{
    position: absolute;
    width: 80px;
    height: 105px;
    background: #498e17;
    border:5px solid #197a54;
    border-top: none;
    display: flex;
    align-items: center;
    justify-content: center;
    top:0;
}
.in_youshi_list .text .tbox span{
    display: inline-block;
    color:#fff;
    font-size:32px;
    font-family: ziti2;
}
.in_youshi_list .text .tbox{
    right:70px;
}

.in_jidi{
    background: #f4f4f4 url("../img/jidibg.jpg") no-repeat center top;
    padding-top: 85px;
    overflow: hidden;
}
.in_jidi_box{
    position: relative;
    margin-top: 49px;
}
.in_jidi_box .jidi-button{
    width: 60px;
    height: 147px;
    margin-top: -70px;
}
.in_jidi_box .swiper-button-next-jidi{
    background: #fff url("../img/jidi-right.png") no-repeat center;
    right:-70px;
    border-radius:0 27px 0 27px;
}
.in_jidi_box .swiper-button-next-jidi:hover{
    background: #197a54 url("../img/jidi-right1.png") no-repeat center;
}
.in_jidi_box .swiper-button-prev-jidi{
    background: #fff url("../img/jidi-left.png") no-repeat center;
    left:-70px;
    border-radius:27px 0 27px 0;
}
.in_jidi_box .swiper-button-prev-jidi:hover{
    background: #197a54 url("../img/jidi-left1.png") no-repeat center;
}


.in_news{
    background: url("../img/newsbg.jpg") no-repeat center / cover;
}
.in_news .n-left-1{
    float: left;
    width: 267px;
    height: 505px;
}
.in_news .n-left-2{
    float: left;
    width: 218px;
    height: 505px;
    background: url("../img/news-left-2.jpg") no-repeat center;
    position: relative;
}
.in_news .n-left-2 .fir{
    position: absolute;
    width: 80px;
    height: 80px;
    line-height: 70px;
    background: #b2b2b2;
    text-align:center;
    font-size:41px;
    font-family: ziti;
    left:16px;
    top:16px;
    color:#fff;
    border-radius: 100px;
}
.in_news .n-left-2 .fir:after{
    content: "";
    position: absolute;
    display: block;
    width: 6px;
    height: 6px;
    border-radius: 10px;
    border: 1px solid #cb3232;
    right: 11px;
    bottom: 15px;
}
.in_news .n-left-2 .sec{
    position: absolute;
    width: 30px;
    color: #478a16;
    font-size: 20px;
    font-family: ziti;
    right: 26px;
    top: 30px;
    line-height: 21px;
}
.in_news .n-left-2  .thr{
    position: absolute;
    top:109px;
    left:70px;
}
.in_news .n-left-2  .thr span{
    display: inline-block;
    width: 30px;
    font-size:20px;
    color:#2e2e2e;
    line-height: 21px;
    vertical-align: top;
}
.news-more{
    display: block;
    line-height: 40px;
    width: 167px;
    background: #478a16;
    font-size:20px;
    color:#fff;
    text-transform: uppercase;
    text-align:center;
    border-radius: 30px;
    margin:415px auto 0 auto;
}
.news-more:hover{
    background: #197a54;
}
.in_news .n-right{
    width: 700px;
    float: right;
}
.in_news .n-right-list{
    background: #fff;
    height: 155px;
    border:1px solid #d0d0d0;
    padding-right:35px;
}
.in_news .n-right-list .time{
    float: left;
    width: 155px;
    display: flex;
    align-items: center;
    height: 100%;
    position: relative;
}
.in_news .n-right-list .time:after{
    position: absolute;
    content:"";
    display: block;
    width: 47px;
    height: 4px;
    background: #f2b701;
    bottom:-1px;
    left:7px;
}
.in_news .n-right-list .time-inner{
    width: 100%;
    text-align:right;
}
.in_news .n-right-list .time-inner .fir{
    font-size:30px;
    color:#4a8f17;
    font-weight: 700;
    line-height: 30px;
}
.in_news .n-right-list .time-inner .sec{
    font-size:18px;
    color:#999999;
}
.in_news .n-right-list .text{
    float: right;
    width: 476px;
    margin-top: 37px;
}
.in_news .n-right-list .text .top .fir{
    float: left;
    width: 400px;
    font-size:22px;
    color:#000000;
}
.in_news .n-right-list:hover .text .top .fir{
    color:#4a8f17;
    font-weight: 700;
}
.in_news .n-right-list .text .top  span{
    display: block;
    float: right;
    text-transform: uppercase;
    font-size:16px;
    color:#4a8f17;
}
.in_news .n-right-list .text .bottom{
    font-size:14px;
    color:#767676;
    line-height: 21px;
    margin-top: 8px;
}
.in_news .n-right-list:nth-child(-n+2){
    margin-bottom: 20px;
}


/*footer*/




.inner-pro-des{
    float: right;
    width: 850px;
}
.inner-pro-des  .title{
    text-align:center;
    font-size:22px;
    font-weight: 700;
    color:#333333;
    margin-top: 30px;
}
.des-biao{
    height:40px;
    background: #fff;
    margin:30px 0 10px 0;
}
.des-biao span{
    display: inline-block;
    padding:0 30px;
    font-weight: 700;
    color:#fff;
    font-size:14px;
    line-height: 40px;
    background: #233a88;
}
.pro-inner-des{
    background: #fff;
    font-size:14px;
    color:#333;
    line-height: 28px;
    padding:15px;
}
.pro-inner-des img{
    max-width: 100%;
}
.parm table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.parm table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    background: #eee;
}
.parm table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
}

.pro-inner-des table{
    width: 100%;
    margin: 0 auto 20px auto;
    border: 1px solid #e5e5e5;
    border-collapse: collapse;
}
.pro-inner-des table th{
    line-height: 30px;
    font-size: 14px;
    font-weight: 700;
    color: #333;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
    background: #eee;
}
.pro-inner-des table tr td{
    line-height: 30px;
    font-size: 14px;
    color: #515151;
    padding: 0.5%;
    word-break: break-all;
    word-wrap: break-word;
    border: 1px solid #e5e5e5;
}
.info-left {
    width: 100%;
    height: 391px;
    position: relative;
}
.gallery-top2 {
    height: 100%;
    width: 450px;
    float: left;
    border: 1px solid #e5e5e5;
}
.info-pic {
    width: 100%;
    height: 100%;
    overflow: hidden;
    background: #fff;
}
.swiper-pagination-prodes .swiper-pagination-bullet-active {
    background: #233a88;
}
.info-right{
    width: 350px;
    position: absolute;
    top: 0;
    right: 0;
}
.info-right h3{
    color: #454545;
    font-size: 24px;
    height: 65px;
}
.info-right .line{
    width: 100%;
    height: 1px;
    background: #dedede;
    margin: 2% 0 6% 0;
    position: relative;
}
.info-right .line i {
    position: absolute;
    display: block;
    width: 20px;
    height: 3px;
    background: #233a88;
    left: 0;
    top: -1px;
}
.info-right small{
    color: #8e8e8e;
    font-size: 14px;
    line-height: 24px;
    display: block;
    padding-top: 22px;
}
.info-right a{
    display: block;
    float: left;
    background: #0656a9 url(../img/all-a-more-bg1.png) no-repeat right 30px center;
    color: #fff;
    margin-top: 60px;
    border:2px solid #0656a9;
}
.info-right a:hover{
    background: #ff8322 url(../img/all-a-more-bg1.png) no-repeat right 30px center;
    border:2px solid #ff8322;
}

.inpro-tel{
    margin-top:60px;
}
.inpro-tel a{
    display: block;
    float: left;
}
.inpro-tel img{
    display: block;
    float: left;
    margin-right: 10px;
}
.inpro-tel p{
    color: #b5b5b5;
    font-size: 14px;
}
.inpro-tel strong{
    color:#233a88;
    font-size: 25px;
    font-family: ziti2;
    font-weight: normal;
    line-height: 30px;
    display: block;
}
.info-right .des{
    font-size: 14px;
    color: #666666;
    position: relative;
}
.info-right .des span {
    display: block;
    line-height: 30px;
}

.company-shili{
    float: left;
    width: 370px;
    margin-right: 45px;
    cursor: pointer;
}
.company-shili:nth-child(3n){
    margin-right: 0;
}
.company-shili:nth-child(-n+3){
    margin-bottom: 45px;
}
.company-shili .imgbox{
    width: 100%;
    height: 250px;
}
.company-shili .imgbox img{
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.company-shili  .title{
    width: 100%;
    line-height: 60px;
    text-align:center;
    background: #FFF;
    font-size:16px;
    color:#333;
    border-bottom:2px solid #dddddd;
    -webkit-transition: all 0.4s;
    -moz-transition: all 0.4s;
    -ms-transition: all 0.4s;
    -o-transition: all 0.4s;
    transition: all 0.4s;
    overflow: hidden;
    text-overflow:ellipsis;
    white-space: nowrap;
}
.company-shili:hover  .title{
    color:#fff;
    background: #233a88;
}

.news-inner-list{
    float: left;
    width: 595px;
    margin-right: 10px;
    padding:20px;
    background: #fff;
    margin-bottom: 10px;
    border: 1px solid #eee;
}
.news-inner-list:nth-child(2n){
    margin-right:0;
}
.news-inner-list:hover{
    box-shadow: 0px 0px 10px #e6e6e6;
}
.news-inner-list .imgbox{
    width: 205px;
    height: 156px;
    float: left;
}
.news-inner-list .text{
    width: 330px;
    float: right;
}
.news-inner-list .text .title{
    overflow: hidden;
    white-space: nowrap;
    text-overflow: ellipsis;
    font-size:20px;
    font-weight: 700;
    color:#333;
}
.news-inner-list .text .con{
    line-height: 24px;
    color:#666;
    font-size:14px;
    margin-bottom: 26px;
    margin-top: 22px;
    display: -webkit-box;
    -webkit-box-orient: vertical;
    -webkit-line-clamp: 2;
    overflow: hidden;
}
.news-inner-list .text  .more .time{
    font-size:16px;
    color:#999;
    float: left;
    font-family: cll;
}
.news-inner-list .text  .more .kan{
    float: right;
    display: block;
    width: 109px;
    line-height: 34px;
    text-align:center;
    border-radius: 30px;
    border:1px solid #eee;
    font-size:14px;
    color:#666;
}
.news-inner-list:hover .text  .more .kan{
    color:#fff;
    background: #233a88;
    border:1px solid #233a88;
}
.newsPage {
    padding: 0 12px 0 0;
    font-size: 16px;
    color: #323232;
    line-height: 30px;
    margin: 15px 0 30px;
}
.newsPage a {
    color: #323232;
}
.newsPage a:hover {
    color: #237ed2;
}
.news-detail-content-box{
    background: #fff;
    padding: 30px 20px;
    border: 1px solid #eee;
}
.news-detail-content .news-detail-title {
    padding-bottom: 15px;
    border-bottom: 1px dashed #ededed;
    text-align: center;
    margin-bottom: 15px;
}
.news-detail-title .h3 {
    font-size: 20px;
    color: #323232;
    line-height: 24px;
    font-weight: bold;
    margin: 0 0 10px;
}
.news-detail-content .news-detail-title .b {
    font-size: 13px;
    color: #999999;
    line-height: 20px;
}
.news-detail-content .news-detail {
    padding: 0 12px 30px;
}
.news-detail-content .news-detail p {
    font-size: 14px;
    color: #666;
    line-height: 30px;
}
.news-detail-content .news-detail img{
    max-width: 100%;
    margin:1% auto;
    display: block;
}


.contact-title{
    font-size: 24px;
    font-weight: 700;
    color: #233a88;
    padding-left: 20px;
    list-style: none;
    line-height: 25px;
    border-left: 2px solid #0b216d;
    margin-bottom: 40px;
}
.contact-lianxi{
    width: 100%;
    height: 490px;
    margin-bottom: 4%;
}
.contact-lianxi-left{
    width: 34%;
    height: 100%;
    float: left;
}
.contact-lianxi-left-list{
    float: left;
    width: 50%;
    height: 50%;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: nowrap;
    text-align:center;
    background: #eee;
    padding: 0 15px;
}
.contact-lianxi-left-list:nth-child(2) ,.contact-lianxi-left-list:nth-child(3){
    background: #f6f6f6;
}
.contact-lianxi-left-list img{
    margin:0 auto;
    width: 40px;
}
.contact-lianxi-left-list .fir{
    font-weight: bold;
    font-size: 14px;
    color: #333;
    padding:10px 0;
}
.contact-lianxi-left-list .sec{
    font-size: 14px;
    line-height: 22px;
    color: #999;
}
.contact-lianxi-left-list .sec a{
    color: #999;
}
.contact-lianxi-right{
    float: right;
    width: 64.5%;
    height: 100%;
}
.contact-lianxi-right #ditu{
    width: 100%;
    height: 100%;
}

.key{
    font-weight: 700;
    text-align:center;
    color:#333;
    font-size:14px;
    margin-bottom: 30px;
}
.key span{
    color:#4c9417;
}

.company-inner-fir .imgbox{
    float: left;
    width: 400px;
    height: 495px;
}
.company-inner-fir .imgbox img{
    object-position: top right;
}
.company-inner-fir .text{
    width: 760px;
}
.company-inner-fir .text .fir{
    font-size:30px;
    color:#4c9417;
    font-weight: 700;
}
.company-inner-fir .text .line{
    width: 66px;
    height: 4px;
    background: #4c9417;
    margin:15px 0;
}
.company-inner-fir .text  .con{
    font-size:16px;
    color:#424242;
    line-height: 27px;
}
.company-inner-fir .text .item{
    display: flex;
    justify-content: space-between;
    margin-top: 12px;
}
.company-inner-fir .text .item .list{
    width: 370px;
    height: 160px;
}
.company-inner-fir .text .item .list .imgbox{
    float: left;
    width: 229px;
    height: 100%;
}
.company-inner-fir .text .item .list .wenzi{
    float: right;
    width: 141px;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #4c9417;
}
.company-inner-fir .text .item .list .wenzi-inner{
    color:#fff;
    font-size:33px;
    font-family: ziti;
    padding:0 36px;
}
.company-inner .in_guang{
    background:#f4f4f4 url(../img/guangbg.png) no-repeat center;
}
.company-inner .in_jidi{
    background: #fff;
}
.allpro{
    border: 2px solid #efefef;
}
.company-inner .allpro .title{
    background: #f5f5f5;
}
.company-inner .allpro:hover .title{
    background: #233a88;
}
/*人才招聘*/
.job-info{
    width: 100%;
}
.job1{
    width: 100%;
    position: relative;
}
.job_tab{
    width: 100%;
    height: 60px;
    background: #233a88;
}
.job_tab span{
    display: block;
    color: #fff;
    font-size: 18px;
    float: left;
    width: 16%;
    text-align: center;
    line-height: 60px;
}
.job1 ul li{
    width: 100%;
    margin: 0 auto;
    margin-top: 2%;
    border: 2px solid #dcdcdc;
    line-height: 75px;

}
.job1 ul li span{
    width: 16%;
    text-align: center;
    display: block;
    float: left;
    color: #323232;
    font-size: 14px;

}
.job1 ul li .time{
    background: url("../img/time.png") no-repeat center left;
    color: #323232;
    font-size: 14px;
    text-align: center;
    width: 12%;
    margin-left: 27%;
}
.job1 ul li .jobs_last{
    width: 10%;
    float: right;
    margin-top: 20px;
}
.jobs_req{
    display: none;
    width: 90%;
    margin: 0 auto;
}
.req_text p{
    line-height: 28px;
}